      
.h5-uploadify-body .ctr-iform {
    width: 60px;
    height: 20px;
    float:left;
	color: #1959A9;
}

     
.h5-uploadify-body .ctr-iform-file-a {
     width: 60px;
    height:20px;
    position: relative;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    /*padding: 4px 12px;*/
    overflow: hidden;
    text-align:center;
    text-decoration: none;
    text-indent: 0;
    line-height:12px;
    cursor:pointer;
}
    .h5-uploadify-body    a.ctr-iform-file-a span.ctr-iform-file-btn,.h5-uploadify-body .MobWeb_Banner .Show_Con .Show_Path a.ctr-iform-file-a span.ctr-iform-file-btn {
                display:block;
                 cursor:pointer;
                margin-top:4px;
        }

.h5-uploadify-body form.ctr-iform a.ctr-iform-file-a input.ctr-iform-file-upload ,.h5-uploadify-body  #showZone .showTab form.ctr-iform a.ctr-iform-file-a input.ctr-iform-file-upload{
    width: 60px;
    height: 20px;
                position: absolute;
                font-size: 100px;
                 cursor:pointer;
                right: 0;
                top: 0;
                opacity: 0;
            }

.h5-uploadify-body .ctr-iform-file-a:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}


/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.flash-uploadify-body .uploadify {
	position: relative;
	margin-bottom: 1em;
	float:left;
	color: #1959A9;
}
.flash-uploadify-body .uploadify,.uploadify-button{ overflow:visible;}
.flash-uploadify-body .uploadify-button {
	background-color: #dff1ff;
	/*background-position: center top;
	background-repeat: no-repeat;*/
	border: 1px solid #92b1dd;
	color: #1959A9;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}
.flash-uploadify-body .uploadify:hover {
	background-color: #dff1ff;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.flash-uploadify-body .uploadify-button span.uploadify-button-text{color: #1959A9;}
.flash-uploadify-body .uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.flash-uploadify-body .uploadify-queue {
	margin-bottom: 1em;
	float:right;
}
.flash-uploadify-body .uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	_padding: 10px;
}
.flash-uploadify-body .uploadify-error {
	background-color: #FDE5DD !important;
}
.flash-uploadify-body .uploadify-queue-item .cancel a {
	background: url('uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.flash-uploadify-body .uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.flash-uploadify-body .uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.flash-uploadify-body .uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}